home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Shareware / Utilities / BBEdit HTML Extensions / What's new in release 11 < prev   
Encoding:
Text File  |  1995-10-02  |  1.2 KB  |  51 lines  |  [TEXT/R*ch]

  1.  
  2. What's new in release 11
  3.  
  4.    * A new Send to Host extension can save the current document into a host
  5.      account by means of the Anarchie ftp program.
  6.  
  7.    * Image and Link extensions let you choose the image or linked file in a
  8.      standard file dialog box. A relative URL to the file will be built if
  9.      it is in the path of the current document.
  10.  
  11.    * Format and Form Select extensions let you have lists with short list
  12.      items without any blank lines:
  13.  
  14.           <UL>
  15.           <LI>Apples
  16.           <LI>Bananas
  17.           <LI>Oranges
  18.           </UL>
  19.  
  20.      instead of
  21.  
  22.           <UL>
  23.  
  24.           <LI>Apples
  25.  
  26.           <LI>Bananas
  27.  
  28.           <LI>Oranges
  29.  
  30.           </UL>
  31.  
  32.      which is best for long items:
  33.  
  34.           <UL>
  35.  
  36.           <LI>Image and Link extensions let you choose the
  37.           image or linked file in a standard file dialog box. A
  38.           relative URL to the file will be built if it is in the
  39.           path of the current document.
  40.  
  41.           <LI>Format and Form Select extensions let you have
  42.           lists with short list items without any blank lines:
  43.  
  44.           ...
  45.  
  46.           </UL>
  47.  
  48. ----------------------------------------------------------------------------
  49.  
  50. Carles Bellver <bellverc@si.uji.es>
  51.